home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / glib-2.0 / glib.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-09-13  |  2.6 KB  |  88 lines

  1. /* GLIB - Library of useful routines for C programming
  2.  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
  3.  *
  4.  * This library is free software; you can redistribute it and/or
  5.  * modify it under the terms of the GNU Lesser General Public
  6.  * License as published by the Free Software Foundation; either
  7.  * version 2 of the License, or (at your option) any later version.
  8.  *
  9.  * This library is distributed in the hope that it will be useful,
  10.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.     See the GNU
  12.  * Lesser General Public License for more details.
  13.  *
  14.  * You should have received a copy of the GNU Lesser General Public
  15.  * License along with this library; if not, write to the
  16.  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  17.  * Boston, MA 02111-1307, USA.
  18.  */
  19.  
  20. /*
  21.  * Modified by the GLib Team and others 1997-2000.  See the AUTHORS
  22.  * file for a list of people on the GLib Team.  See the ChangeLog
  23.  * files for a list of changes.  These files are distributed with
  24.  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
  25.  */
  26.  
  27. #ifndef __G_LIB_H__
  28. #define __G_LIB_H__
  29.  
  30. #include <glib/galloca.h>
  31. #include <glib/garray.h>
  32. #include <glib/gasyncqueue.h>
  33. #include <glib/gatomic.h>
  34. #include <glib/gbacktrace.h>
  35. #include <glib/gbase64.h>
  36. #include <glib/gbookmarkfile.h>
  37. #include <glib/gcache.h>
  38. #include <glib/gchecksum.h>
  39. #include <glib/gcompletion.h>
  40. #include <glib/gconvert.h>
  41. #include <glib/gdataset.h>
  42. #include <glib/gdate.h>
  43. #include <glib/gdir.h>
  44. #include <glib/gerror.h>
  45. #include <glib/gfileutils.h>
  46. #include <glib/ghash.h>
  47. #include <glib/ghook.h>
  48. #include <glib/giochannel.h>
  49. #include <glib/gkeyfile.h>
  50. #include <glib/glist.h>
  51. #include <glib/gmacros.h>
  52. #include <glib/gmain.h>
  53. #include <glib/gmappedfile.h>
  54. #include <glib/gmarkup.h>
  55. #include <glib/gmem.h>
  56. #include <glib/gmessages.h>
  57. #include <glib/gnode.h>
  58. #include <glib/goption.h>
  59. #include <glib/gpattern.h>
  60. #include <glib/gprimes.h>
  61. #include <glib/gqsort.h>
  62. #include <glib/gquark.h>
  63. #include <glib/gqueue.h>
  64. #include <glib/grand.h>
  65. #include <glib/grel.h>
  66. #include <glib/gregex.h>
  67. #include <glib/gscanner.h>
  68. #include <glib/gsequence.h>
  69. #include <glib/gshell.h>
  70. #include <glib/gslist.h>
  71. #include <glib/gspawn.h>
  72. #include <glib/gstrfuncs.h>
  73. #include <glib/gstring.h>
  74. #include <glib/gtestutils.h>
  75. #include <glib/gthread.h>
  76. #include <glib/gthreadpool.h>
  77. #include <glib/gtimer.h>
  78. #include <glib/gtree.h>
  79. #include <glib/gtypes.h>
  80. #include <glib/gunicode.h>
  81. #include <glib/gurifuncs.h>
  82. #include <glib/gutils.h>
  83. #ifdef G_PLATFORM_WIN32
  84. #include <glib/gwin32.h>
  85. #endif
  86.  
  87. #endif /* __G_LIB_H__ */
  88.